Files @ b528902afb8f
Branch filter:

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

Christopher Neugebauer
Merge branch 'refs/heads/master' into prod
{% extends "page_with_title_and_lede.html" %}

{% load i18n %}
{% load markdown_deux_tags %}

{% block head_title %}Selection Process{% endblock %}

{% block heading %}Selection Process{% endblock %}

{% block body_class %}program{% endblock %}

{% block content %}
  {% markdown %}

{% include "static_pages/program/selection_process.md" %}

  {% endmarkdown %}
{% endblock %}