diff options
Diffstat (limited to 'templates/projects/base.html')
-rw-r--r-- | templates/projects/base.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/templates/projects/base.html b/templates/projects/base.html new file mode 100644 index 0000000..b52564b --- /dev/null +++ b/templates/projects/base.html @@ -0,0 +1,14 @@ +{% extends 'base.html' %} + +{% block primary %} + <article> + <section id="post"> + <h1>Projects</h1> + <dl class="lprog"> + <dt>Coming soon.</dt> + <dd>Projects. Experiments in travel. Because everything is amazing.</dd> + </dl> + </section> + + </article> +{% endblock %}
\ No newline at end of file |