PonyConf/cfp/templates/cfp/home.html

12 lines
176 B
HTML

{% extends 'base.html' %}
{% load ponyconf_tags i18n %}
{% block hometab %} class="active"{% endblock %}
{% block content %}
{% markdown conference.home %}
{% endblock %}