File diff fa17a56d0f21 → a4495754c89a
pinaxcon/templates/static_pages/code_of_conduct/code_of_conduct.html
Show inline comments
 
new file 100644
 
{% 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 %}