mirror of
https://github.com/Hopiu/djLint.git
synced 2026-03-29 19:50:25 +00:00
11 lines
283 B
HTML
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>
|