mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-19 18:31:54 +00:00
12 lines
283 B
HTML
12 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>
|