/templates/paths/index.html.twig

https://bitbucket.org/engageiq-ianrussel/paths · Twig Template · 7 lines · 5 code · 2 blank · 0 comment · 0 complexity · 8626a661d3ab95e11d82a3030777337d MD5 · raw file

  1. {% extends 'base.html.twig' %}
  2. {% block title %}{{title}}{% endblock %}
  3. {% block body %}
  4. <h2>Nothing Here Yet</h2>
  5. {% endblock %}