mirror of
https://github.com/Hopiu/djLint.git
synced 2026-03-16 21:40:24 +00:00
7 lines
257 B
HTML
7 lines
257 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>
|