2017-06-29 17:23:27 -04:00
|
|
|
{%- if doc.exportAs %}
|
2017-05-02 10:08:49 -04:00
|
|
|
<section class="export-as">
|
2018-08-31 10:57:53 -04: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>
|
2018-09-19 09:31:14 -04:00
|
|
|
<td><code>#myTemplateVar="{$ exportAs $}"</code></td>
|
2018-08-31 10:57:53 -04:00
|
|
|
</tr>
|
|
|
|
{% endfor %}
|
|
|
|
</tbody>
|
|
|
|
</table>
|
2017-05-02 10:08:49 -04:00
|
|
|
</section>
|
2017-01-27 09:51:41 -05:00
|
|
|
{% endif %}
|