10 lines
198 B
HTML
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 %}
|