mirror of
https://github.com/Hopiu/djLint.git
synced 2026-04-04 22:50:23 +00:00
11 lines
279 B
Text
11 lines
279 B
Text
---
|
|
layout: layout.njk
|
|
---
|
|
|
|
<div class="container">
|
|
{{ content | safe }}
|
|
<div class="is-flex is-justify-content-space-between">
|
|
<span>{% gh_edit page %}</span>
|
|
<em><small>{{ "updated" | i18n }} <strong>{{ page.date | niceDate }}</strong></small></em>
|
|
</div>
|
|
</div>
|