9 lines
177 B
HTML
9 lines
177 B
HTML
{% extends "base-projector.html" %}
|
|
|
|
{% load tags %}
|
|
{% load i18n %}
|
|
|
|
{% block content %}
|
|
<div class="item_fullscreen">{% get_config 'welcome_title' %}</div>
|
|
{% endblock %}
|