diff --git a/pinaxcon/templates/static_pages/about/team.html b/pinaxcon/templates/static_pages/about/team.html new file mode 100644 index 0000000000000000000000000000000000000000..6e101d57496471b6dc2c208432bcaf67e989cdd6 --- /dev/null +++ b/pinaxcon/templates/static_pages/about/team.html @@ -0,0 +1,13 @@ +{% extends "page_with_title_and_lede.html" %} + +{% load i18n %} + +{% block head_title %}About the Team{% endblock %} + +{% block heading %}About the Team{% endblock %} + +{% block body_class %}about{% endblock %} + +{% block content %} + +{% endblock %}