copyleftconf-website/pinaxcon/templates/static_pages/homepage.html
2017-08-08 20:59:18 -07:00

11 lines
169 B
HTML

{% extends "site_base.html" %}
{% load i18n %}
{% block head_title %}Welcome{% endblock %}
{% block body_class %}home{% endblock %}
{% block body %}
{% endblock %}