feat: Rewrite in Zola
This commit is contained in:
15
templates/base.html
Normal file
15
templates/base.html
Normal file
@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
{% include "includes/head.html" ignore missing -%}
|
||||
|
||||
<body>
|
||||
{% include "includes/nav.html" ignore missing -%}
|
||||
<div class="container">
|
||||
{% block custom %}{%- endblock -%}
|
||||
{% block content %}{%- endblock -%}
|
||||
</div>
|
||||
{% include "includes/footer.html" ignore missing -%}
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user