djLint/tests/source_django/split_datetime.html
2021-12-14 09:57:37 +01:00

11 lines
283 B
HTML

<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>