Files @ 6afd723af9a3
Branch filter:

Location: CopyleftConf/copyleftconf-website/pinaxcon/templates/static_pages/video.html

Brett Smith
video: New page.
{% 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 %}