refactor(layout): changes layour dir and adds header
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{% extends "layout.html" %}
|
||||
{% extends "layout/layout.html" %}
|
||||
{% block title %} Home {% endblock %}
|
||||
{% block head %}
|
||||
{{ super() }}
|
||||
{% block title %}Home{% endblock %}
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
<p>Hello, World!</p>
|
||||
|
||||
Reference in New Issue
Block a user