Trying to fix base.html

parent dcb68527
...@@ -3,18 +3,13 @@ ...@@ -3,18 +3,13 @@
<meta charset = "UTF-8" /> <meta charset = "UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Widget_23</title> <title>Widget_23</title>
{% block styles %} {% block styles %}{% endblock %}
{% endblock %}
</head> </head>
<body> <body>
<header> <header>
{% block header %} {% block app_header %}{% endblock %}
{% endblock %}
</header> </header>
{% block body %} {% block content %}{% endblock %}
{% endblock %} {% block scripts %}{% endblock %}
{% block scripts %}
{% endblock %}
</body> </body>
</html> </html>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment