PonyConf/cfp/templates/cfp/home.html

12 lines
176 B
HTML
Raw Permalink Normal View History

2017-05-30 19:50:40 +00:00
{% extends 'base.html' %}
{% load ponyconf_tags i18n %}
{% block hometab %} class="active"{% endblock %}
{% block content %}
2017-07-30 14:57:38 +00:00
{% markdown conference.home %}
2017-05-30 19:50:40 +00:00
{% endblock %}