section_links.twig 195 B

1234567
  1. <div id="sectionlinks">
  2. {% for plugin_type in plugins|keys %}
  3. <a href="#plugins-{{ preg_replace('/[^a-z]/', '', plugin_type|lower) }}">
  4. {{ plugin_type }}
  5. </a>
  6. {% endfor %}
  7. </div>