page.html.twig in AT Tools 8.2
{#
/**
* Layout provider: flex-builder
* Template suggestion: page
*/
#}
{{ attach_library('STARTERKIT/STARTERKIT.layout.page') }}
<div{{ attributes }}>
{{ rows }}
{{ attribution }}
</div>
File
at_theme_generator/starterkits/starterkit/templates/generated/page.html.twig
View source
- {#
- /**
- * Layout provider: flex-builder
- * Template suggestion: page
- */
- #}
- {{ attach_library('STARTERKIT/STARTERKIT.layout.page') }}
- <div{{ attributes }}>
- {{ rows }}
- {{ attribution }}
- </div>