Files @ febf21c8480b
Branch filter:

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

Joshua Simmons
rejigger url scheme, organize static pages, and stub out last two pages needed for launch
{% extends "site_base.html" %}

{% load i18n %}

{% block head_title %}Welcome{% endblock %}

{% block body_class %}home{% endblock %}

{% block body %}

{% endblock %}