copyleftconf-website/pinaxcon/templates/static_pages/about.html

19 lines
332 B
HTML
Raw Normal View History

2018-10-05 18:17:09 +00:00
{% extends "page_with_title_and_lede.html" %}
{% load i18n %}
{% load markdown_deux_tags %}
{% block head_title %}About{% endblock %}
{% block heading %}About{% endblock %}
{% block body_class %}about{% endblock %}
{% block content %}
{% markdown %}
{% include "static_pages/about.md" %}
{% endmarkdown %}
{% endblock %}