Files @ bbae02fbe0f7
Branch filter:

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

Christopher Neugebauer
Python runtime
{% extends "site_base.html" %}

{% load i18n %}

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

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

{% block body %}

{% endblock %}