cf034f759a
Changed description from h3 to h2 to match the other header Created api page classes for consistent styling Add styles for info-bar section Wrapped pre tags for code not to go off of screen
13 lines
289 B
HTML
13 lines
289 B
HTML
{%- if doc.directiveOptions.exportAs %}
|
|
<section class="export-as api-section">
|
|
<div class="api-section-header">
|
|
<h2>Exported as</h2>
|
|
</div>
|
|
<div class="api-section-content">
|
|
<p>
|
|
<code>{$ doc.directiveOptions.exportAs $}</code>
|
|
</p>
|
|
</div>
|
|
</section>
|
|
{% endif %}
|