init
This commit is contained in:
commit
c828a45aa8
30 changed files with 1204 additions and 0 deletions
11
blue-penguin-dark/templates/page.html
Normal file
11
blue-penguin-dark/templates/page.html
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}{{ SITENAME }} | {{ page.title }}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<article class="post">
|
||||
<h2 class="title">{{ page.title }}</h2>
|
||||
{{ page.content }}
|
||||
</article>
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue