Contact
Insert contact details, such as address, e-mail or phone number, from a data file using the proper markup. The e-mail address will be encrpyted using (simple) javascript.
To use, create a data file config.yml and add the data using address, phone or mail as key.
{{< contact <address|contact >}}
Telephone: +49 123 123456
E-Mail: joe [DOT] public [AT] mail [DOT] org
Details
Use HTML5’s details element. The class parameter is optional, the summary can also be specified as a shorthand.
{{< details summary="This is the summary." class="classname" >}}
Contents. Supports **markdown**.
{{< /details >}}
This is the summary.
Contents. Supports markdown.
Forms
Render and insert a form from a data file. See forms.
{{< form <form-id> >}}