2017-06-29 22:23:27 +01:00
|
|
|
{%- if doc.exportAs %}
|
2017-05-02 15:08:49 +01:00
|
|
|
<section class="export-as">
|
2018-08-31 15:57:53 +01:00
|
|
|
<h2>Template variable references</h2>
|
|
|
|
<table class="is-full-width list-table export-as-table">
|
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<th>Identifier</th>
|
|
|
|
<th>Usage</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
{%- for exportAs in doc.exportAsArray %}
|
|
|
|
<tr class="export-as">
|
|
|
|
<td><code>{$ exportAs $}</code></td>
|
|
|
|
<td><code>#var="{$ exportAs $}"</code></td>
|
|
|
|
</tr>
|
|
|
|
{% endfor %}
|
|
|
|
</tbody>
|
|
|
|
</table>
|
2017-05-02 15:08:49 +01:00
|
|
|
</section>
|
2017-01-27 14:51:41 +00:00
|
|
|
{% endif %}
|