layout-test-plugin.html.twig
Same filename in other branches
Template for layout_test_plugin layout.
File
-
core/
modules/ system/ tests/ modules/ layout_test/ templates/ layout-test-plugin.html.twig
View source
- {#
- /**
- * @file
- * Template for layout_test_plugin layout.
- */
- #}
- <div{{ attributes.addClass('layout-test-plugin', 'clearfix') }}>
- <div>
- <span class="setting-1-label">Blah: </span>
- {{ settings.setting_1 }}
- </div>
- <div {{ region_attributes.main.addClass('region-main') }}>
- {{ content.main }}
- </div>
- </div>
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.