djLint/tests/source_django/split_datetime.html

12 lines
283 B
HTML
Raw Normal View History

2021-12-14 08:57:37 +00:00
<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>