summaryrefslogtreecommitdiff
path: root/templates/projects/base.html
blob: b52564ba8b88546718dafd09f563e65ffcbb300f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 %}