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..b75861623739ab3b488e5299b012d89df1e32d37 --- /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 %}