mirror of
https://github.com/status-im/wiki.status.im.git
synced 2025-02-23 17:48:21 +00:00
10 lines
204 B
HTML
Executable File
10 lines
204 B
HTML
Executable File
{% 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 }}
|