PonyConf/proposals/templates/proposals/home.html
Élie Bouttier 152560dd9d Remove title on home page
This allow the title to be set via markdown
2016-08-20 19:22:42 +02:00

12 lines
182 B
HTML

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