diff options
author | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-03-12 03:42:13 +0000 |
---|---|---|
committer | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-03-12 03:42:13 +0000 |
commit | ef35853e54e1572dc1de4fd2311d00dfd16e4f75 (patch) | |
tree | fe712fa6a1a2c38761e0458bf1684274a510df32 /templates/projects/base.html | |
parent | 0882d73ca1ba4c84ce24c946548c80d9e4d1c04e (diff) |
added projects
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 |