templates/front/service/index.html.twig line 1

Open in your IDE?
  1. {% extends 'layouts/default.html.twig' %}
  2. {% block title %} {{ 'app.service.title'|trans }} {{ parent() }} {% endblock %}
  3. {% block breadcrumb_title %}{{ 'app.service.title'|trans }}{% endblock %}
  4. {% block breadcrumb_sub_title %}Horse Family Club{% endblock %}
  5. {% block body %}
  6.     <!--Start Courses Style1 Area-->
  7.     {% include 'front/service/list.html.twig' %}
  8.     <!--End Courses Style1 Area-->
  9.     <!-- Start 6 Plans Area -->
  10.     {% include 'front/includes/plans.html.twig' %}
  11.     <!-- End 6 Plans Area -->
  12. {% endblock %}