OpenSlides/openslides/projector/templates/projector/default.html
Norman Jäckel a149d5a6bc Ticket #229
2012-07-04 03:19:42 +02:00

10 lines
198 B
HTML

{% extends "base-projector.html" %}
{% load tags %}
{% load i18n %}
{% block content %}
<h1>{% get_config 'frontpage_title' %}</h1>
{% get_config 'frontpage_welcometext' %}
{% endblock %}