diff options
Diffstat (limited to 'templates/post.html')
-rw-r--r-- | templates/post.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/post.html b/templates/post.html new file mode 100644 index 0000000..802b4e1 --- /dev/null +++ b/templates/post.html @@ -0,0 +1,11 @@ +{%wrap-include base.html} +<nav class="sized"> + {%pattern path} + <a id="home" href="{path_link}" alt="home">← {path_name}</a> + {%end} +</nav> +<main id="main-content" class="writing sized"> + <h1>{title}</h1> + {main} +</main> +{%end} \ No newline at end of file |