Files @ 348a397abab1
Branch filter:

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

Sam Kitajima-Kimbrel
First stab at a "pitch your boss" page.

No idea if this is the direction we want to go in but have a look.
{% 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 %}