Files @ 214811430c07
Branch filter:

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

Christopher Neugebauer
Configure important things by environment variables
{% extends "site_base.html" %}

{% load i18n %}

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

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

{% block body %}

{% endblock %}