#
Detail
A detail template is a layout designed to display comprehensive information about a single data item or entry from a module, showcasing all relevant fields or properties in an organized format.
Attributes:
Shortcode:
[entry]
Code Example:
[entry]
<h1>{{ event_title }}</h1>
<p>{{ blog_content }}</p>
[/entry]