copyleftconf-website/pinaxcon/templates/static_pages/homepage.html

12 lines
183 B
HTML
Raw Normal View History

{% extends "site_base.html" %}
{% load i18n %}
2017-08-09 02:51:38 +00:00
{% block head_title %}{% trans "Welcome" %}{% endblock %}
{% block body_class %}home{% endblock %}
{% block body %}
2017-08-09 02:51:38 +00:00
{% endblock %}