mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
8 lines
210 B
HTML
8 lines
210 B
HTML
{% if page.meta.source %}
|
|
<div class="source-links">
|
|
{% for filename in page.meta.source %}
|
|
<span class="label label-primary">{{ filename }}</span>
|
|
{% endfor %}
|
|
</div>
|
|
{% endif %}
|
|
{{ page.content }} |