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

19 lines
334 B
HTML
Raw Normal View History

2019-10-10 18:28:30 +00:00
{% extends "page_with_title_and_lede.html" %}
{% load i18n %}
{% load markdown_deux_tags %}
{% block head_title %}Videos{% endblock %}
{% block heading %}Videos{% endblock %}
2019-10-10 18:30:08 +00:00
{% block body_class %}video{% endblock %}
2019-10-10 18:28:30 +00:00
{% block content %}
{% markdown %}
2019-10-10 18:30:08 +00:00
{% include "static_pages/video.md" %}
2019-10-10 18:28:30 +00:00
{% endmarkdown %}
{% endblock %}