9 lines
196 B
HTML
9 lines
196 B
HTML
<!--
|
|
Renders the description of an organisation.
|
|
|
|
@params content Organisation description.
|
|
-->
|
|
|
|
<section id="description" class="organisation__description">
|
|
{{ .content }}
|
|
</section>
|