You are here

page.html.twig in AT Tools 8.3

{#
/**
 * 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
  1. {#
  2. /**
  3. * Layout provider: flex-builder
  4. * Template suggestion: page
  5. */
  6. #}
  7. {{ attach_library('STARTERKIT/STARTERKIT.layout.page') }}
  8. <div{{ attributes }}>
  9. {{ rows }}
  10. {{ attribution }}
  11. </div>