Skip to content
Snippets Groups Projects
Commit ccac151e authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-2453: Adding templates for site title and site text

parent 6b22801d
No related branches found
No related tags found
No related merge requests found
{#
/**
* @file
* Theme override for a field.
*/
#}
{% include "@molecules/single-page/site-title/site-title.twig" with {
"title": items.0.content['#context'].value
} %}
{#
/**
* @file
* Theme override for a field.
*/
#}
{% include "@molecules/single-page/site-text/site-text.twig" with {
"text": items.0.content['#text']
} %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment