Files @ 5ac02f26f11b
Branch filter:

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

Joshua Simmons
remove markdown editor (it traps tabs :'(
{% extends "site_base.html" %}

{% load i18n %}

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

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

{% block body %}

{% endblock %}