doc/pages/02.apps/02.docs/docs.md
2021-02-07 18:33:49 +00:00

40 lines
686 B
Markdown

---
content:
order:
by: basename
dir: asc
pagination: false
url_taxonomy_filters: true
items:
- '@self.children'
- '@taxonomy.category': [docs, apps]
twig_first: true
process:
twig: true
debugger:
enabled: true # Enable Grav debugger and following settings
shutdown:
close_connection: true
twig:
debug: true
errors:
display: true
---
Test
{% set test = page.find('apps.json') %}
{{ test }}
![mytext](plugins://apps/apps.json)
{% for app in catalog["apps"] %}
{{ app }}
{% endfor %}
<ul>
{% for p in page.collection %}
<li><a href="{{ p.url }}">{{ p.title|e }}</a></li>
{% endfor %}
</ul>