Files @ d5c83fa496d9
Branch filter:

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

Joshua Simmons
stub out static site pages
{% extends "site_base.html" %}

{% load i18n %}

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

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

{% block body %}

{% endblock %}