Files @ 214811430c07
Branch filter:

Location: CopyleftConf/copyleftconf-website/pinaxcon/templates/static_pages/code-of-conduct.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 %}