VoiceAssist / templates /admin /widgets /split_datetime.html
thejagstudio's picture
Upload 243 files
2e53f8d verified
raw
history blame contribute delete
238 Bytes
<p class="datetime">
{{ date_label }} {% with widget=widget.subwidgets.0 %}{% include widget.template_name %}{% endwith %}<br>
{{ time_label }} {% with widget=widget.subwidgets.1 %}{% include widget.template_name %}{% endwith %}
</p>