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|phone|mail >}}`
Joe Public4 Grove Road
West London
W51 5CT
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> >}}