Files @ 25569c416d45
Branch filter:

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

Joshua Simmons
add markdown support, initial content for CFP
{% extends "page_with_title_and_lede.html" %}

{% load i18n %}

{% block head_title %}About North Bay Python{% endblock %}

{% block heading %}About North Bay Python{% endblock %}

{% block body_class %}about{% endblock %}

{% block content %}

{% endblock %}