forked from deepStateMirrors/tabi
first commit
This commit is contained in:
commit
0b117d1641
89 changed files with 1457 additions and 0 deletions
19
templates/base.html
Normal file
19
templates/base.html
Normal file
|
@ -0,0 +1,19 @@
|
|||
{% import "macros/macros.html" as post_macros %}
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang = "en">
|
||||
{% include "partials/header.html" %}
|
||||
|
||||
<body>
|
||||
{% include "partials/nav.html" %}
|
||||
<div class="content">
|
||||
|
||||
{# Post page is the default #}
|
||||
{% block main_content %}
|
||||
Nothing here?!
|
||||
{% endblock main_content %}
|
||||
</div>
|
||||
{% include "partials/footer.html" %}
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue