You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
278 B
HTML

{{ $page := . }}
{{ with $page.Param "paige.comments.commento" }}
<div class="mb-3" id="paige-comments">
<div id="commento"></div>
<script defer src="{{ .script_url }}"></script>
<noscript>{{ i18n "paige_noscript" }}</noscript>
</div>
{{ end }}