copyleftconf-website/pinaxcon/templates/static_pages/code-of-conduct.html

19 lines
372 B
HTML
Raw Normal View History

{% extends "page_with_title_and_lede.html" %}
{% load i18n %}
2017-08-09 14:23:29 +00:00
{% load markdown_deux_tags %}
{% block head_title %}Code of Conduct{% endblock %}
2017-08-09 02:51:38 +00:00
{% block heading %}Code of Conduct{% endblock %}
{% block body_class %}code-of-conduct{% endblock %}
{% block content %}
2017-08-09 14:23:29 +00:00
{% markdown %}
2017-08-09 02:51:38 +00:00
2017-08-09 14:23:29 +00:00
{% include "static_pages/code-of-conduct.md" %}
{% endmarkdown %}
{% endblock %}