mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 21:15:24 +08:00
6 lines
140 B
HTML
6 lines
140 B
HTML
<h1>{$ doc.id $}</h1>
|
|
|
|
{%- for export in doc.exports %}
|
|
<a href="/docs/{$ export.outputPath $}">{$ export.name $}</a></br>
|
|
{% endfor %}
|