10 lines
189 B
HTML
10 lines
189 B
HTML
{% extends "base-projector.html" %}
|
|
|
|
{% load tags %}
|
|
{% load i18n %}
|
|
|
|
{% block content %}
|
|
<h1>{% get_config 'event_name' %}</h1>
|
|
{% get_config 'event_description' %}
|
|
{% endblock %}
|