You are here

test_component.twig in Component blocks 1.0.x

<h1>This is a test component</h1>
<div class="subtitle">{{ subtitle|default('Yowser') }}</div>

File

tests/modules/component_blocks_test/components/test_component/test_component.twig
View source
  1. <h1>This is a test component</h1>
  2. <div class="subtitle">{{ subtitle|default('Yowser') }}</div>