diff --git a/pinaxcon/templates/static_pages/code-of-conduct/code-of-conduct.html b/pinaxcon/templates/static_pages/code-of-conduct/code-of-conduct.html new file mode 100644 index 0000000000000000000000000000000000000000..216d712b8361eda03699734b938a42fc3dab76f3 --- /dev/null +++ b/pinaxcon/templates/static_pages/code-of-conduct/code-of-conduct.html @@ -0,0 +1,18 @@ +{% extends "page_with_title_and_lede.html" %} + +{% load i18n %} +{% load markdown_deux_tags %} + +{% block head_title %}Code of Conduct{% endblock %} + +{% block heading %}Code of Conduct{% endblock %} + +{% block body_class %}code-of-conduct{% endblock %} + +{% block content %} + {% markdown %} + +{% include "static_pages/code-of-conduct/code-of-conduct.md" %} + + {% endmarkdown %} +{% endblock %}