Files @ d89bee5e9f37
Branch filter:

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

Joshua Simmons
oops, sloppy josh is sloppy - pointing to right html files
{% extends "site_base.html" %}

{% load i18n %}

{% block head_title %}{% trans "Welcome" %}{% endblock %}

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

{% block body %}

{% endblock %}