2015-03-27 18:07:06 +01:00
|
|
|
{% extends "layout.html" -%}
|
|
|
|
{% set active_page = "about" -%}
|
|
|
|
|
2015-03-27 21:57:37 +01:00
|
|
|
{% block container %}
|
2015-03-26 00:17:43 +01:00
|
|
|
<h1>About</h1>
|
2015-03-30 23:53:21 +02:00
|
|
|
<p>This is James' about page. Doesn't he look good? Oh stop, you're making him blush.</p>
|
|
|
|
{% endblock %}
|