Files @ 60dd711e18a2
Branch filter:

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

Brett Smith
livestream: Only autoplay the main stage.
{% 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 %}