diff --git a/pinaxcon/templates/pages/about.html b/pinaxcon/templates/pages/about.html new file mode 100644 index 0000000000000000000000000000000000000000..48fe0c86bac21022723154b515cac6f30e38b2f8 --- /dev/null +++ b/pinaxcon/templates/pages/about.html @@ -0,0 +1,9 @@ +{% extends "page_with_title_and_lede.html" %} + +{% block title %}About {{ SITE_NAME }}{% endblock %} +{% block heading %}About {{ SITE_NAME }}{% endblock %} +{% block lede %}{{ SITE_NAME }} is the premier demo conference site for Symposion and Registrasion{% endblock %} + +{% block content %} +

I am the body content

+{% endblock %}