You are here

path.html.twig in Bamboo Twig 8.5

<div class="test-paths">

  <!-- System Path -->
  <h2>System Path</h2>
  <hr>
  <div class="path-theme">
    {{ bamboo_path_system('theme', 'stable') }}
  </div>
  <div class="path-core">
    {{ bamboo_path_system('core') }}
  </div>
  <div class="path-module">
    {{ bamboo_path_system('module', 'node') }}
  </div>
</div>

File

tests/modules/bamboo_twig_test/templates/path.html.twig
View source
  1. <div class="test-paths">
  2. <!-- System Path -->
  3. <h2>System Path</h2>
  4. <hr>
  5. <div class="path-theme">
  6. {{ bamboo_path_system('theme', 'stable') }}
  7. </div>
  8. <div class="path-core">
  9. {{ bamboo_path_system('core') }}
  10. </div>
  11. <div class="path-module">
  12. {{ bamboo_path_system('module', 'node') }}
  13. </div>
  14. </div>