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-08 15:15:56 +08:00
|
|
|
<h2 id="exported-as">导出为</h2>
|
2017-05-02 15:08:49 +01:00
|
|
|
<div>
|
2017-06-29 22:23:27 +01:00
|
|
|
<code>{$ doc.exportAs $}</code>
|
2017-05-02 15:08:49 +01:00
|
|
|
</div>
|
|
|
|
</section>
|
2017-01-27 14:51:41 +00:00
|
|
|
{% endif %}
|