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