main

mattermost/focalboard

Last updated at: 29/12/2023 09:42

mailinglist.html

TLDR

This file is a partial file located in the website's site layout directory. It contains an HTML code snippet that is conditionally rendered based on the enable parameter in the site's mailing list configuration.

Classes

No classes found in this file.

{{ if .Site.Params.mailinglist.enable }}
<section style="min-width:800px;width:50%;margin:auto;padding-bottom:100px;">
<iframe frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://app.mailjet.com/widget/iframe/2mC4/4u5" width="100%" height="242"></iframe>
</section>
{{ end }}