84d2619289
Zoom and scroll the full content div (incl. title and sidebar). Add zoom and scroll level in projector live view widget.
8 lines
127 B
HTML
8 lines
127 B
HTML
{% load i18n %}
|
|
|
|
<h1>{{ slide.title }}</h1>
|
|
|
|
{% if slide.text %}
|
|
<span>{{ slide.text|safe|linebreaks }}</span>
|
|
{% endif %}
|