easier example
This commit is contained in:
14
templates/_default/base.html
Normal file
14
templates/_default/base.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en" charset="utf-8">
|
||||
{% include "partials/head.html" %}
|
||||
|
||||
{% include "partials/header.html" %}
|
||||
|
||||
<body>
|
||||
|
||||
<div id="content" class="p-8 pt-12 sm:p-12 md:p-16 lg:p-20">
|
||||
{% block content %}{% endblock %}
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user