{% extends 'layouts/default.html.twig' %}
{% block title %} {{ 'app.service.title'|trans }} {{ parent() }} {% endblock %}
{% block breadcrumb_title %}{{ 'app.service.title'|trans }}{% endblock %}
{% block breadcrumb_sub_title %}Horse Family Club{% endblock %}
{% block body %}
<!--Start Courses Style1 Area-->
{% include 'front/service/list.html.twig' %}
<!--End Courses Style1 Area-->
<!-- Start 6 Plans Area -->
{% include 'front/includes/plans.html.twig' %}
<!-- End 6 Plans Area -->
{% endblock %}