copyleftconf-website/pinaxcon/templates/static_pages/video.html
2019-10-10 14:28:30 -04:00

18 lines
336 B
HTML

{% extends "page_with_title_and_lede.html" %}
{% load i18n %}
{% load markdown_deux_tags %}
{% block head_title %}Videos{% endblock %}
{% block heading %}Videos{% endblock %}
{% block body_class %}videos{% endblock %}
{% block content %}
{% markdown %}
{% include "static_pages/videos.md" %}
{% endmarkdown %}
{% endblock %}