Custom
Retrieve the id of the custom module.
{{ custom.id }}
Retrieve the title of the custom module.
{{ custom.title }}
Retrieve the created_at date of the custom module.
{{ custom.created_at }}
Retrieve the updated_at date of the custom module.
{{ custom.updated_at }}
Retrieve the publish date of the custom module.
{{ custom.publish_date }}
Retrieve the url path of the custom module.
{{ custom.url_path }}
Check to see if there are breadcrumbs associated with the custom module.
{{ custom.breadcrumbs? }}
Check to see if there are comments associated with the custom module.
{{ custom.comments? }}
Check to see if there are tags associated with the custom module.
{{ custom.tags? }}
Check to see if there are categories associated with the custom module.
{{ custom.categories? }}
Check to see if there are authors associated with the custom module.
{{ custom.authors? }}
Check to see if there are archives associated with the custom module.
{{ custom.archives? }}
Retrieve the breadcrumbs of the custom module.
{{ custom.breadcrumbs }}
Retrieve the tags associated with the custom module.
{{ custom.tags }}
Retrieve the categories associated with the custom module.
{{ custom.categories }}
Retrieve the authors associated with the custom module.
{{ custom.authors }}
Retrieve the archives associated with the custom module.
{{ custom.archives }}