templates/main/about-us.html.twig line 1

Open in your IDE?
  1. {% extends 'base.html.twig' %}
  2. {% block title %}About us{% endblock %}
  3. {% block body %}
  4.     <div class="page-banner-area">
  5.         <div class="container">
  6.             <div class="page-banner-content">
  7.                 <div class="row align-items-center">
  8.                     <div class="col-lg-7 col-md-6">
  9.                         <h2>About us</h2>
  10.                     </div>
  11.                 </div>
  12.             </div>
  13.         </div>
  14.         {{ include('include/header-bread.html.twig') }}
  15.     </div>
  16.     <div class="pt-5 pb-75">
  17.         <div class="container mt-3 mb-4">
  18.             <div class="row">
  19.                 <div class="col-12 ">
  20.                     <p>
  21.                         The Evangelical Presbyterian Church (EPC) Youth Fellowship in Sikkim is a vibrant and active youth
  22.                         group within the Evangelical Presbyterian Church of Sikkim. The youth fellowship aims to provide
  23.                         spiritual growth, community involvement, and a platform for young individuals to come together,
  24.                         connect, and serve their community.
  25.                     </p>
  26.                     <p>
  27.                         The EPC Youth Fellowship in Sikkim organizes various activities and programs throughout the year,
  28.                         including worship services, Bible studies, prayer meetings, retreats, outreach initiatives, and
  29.                         social events. These activities are designed to nurture the faith of the youth, promote Christian
  30.                         values, and encourage them to actively participate in the church and society.
  31.                     </p>
  32.                     <p>
  33.                         The youth fellowship also plays an important role in engaging young people in missions and
  34.                         evangelism, both within the local community and beyond. They participate in outreach programs,
  35.                         community service projects, and mission trips to share the love of Christ and make a positive impact
  36.                         in the lives of others.
  37.                     </p>
  38.                     <p>
  39.                         Additionally, the youth fellowship provides a supportive and inclusive environment where young
  40.                         individuals can build meaningful relationships, find encouragement, and develop their God-given
  41.                         talents and abilities. It aims to empower young people to live out their faith, make a difference in
  42.                         their generation, and become leaders who positively influence their communities.
  43.                     </p>
  44.                     <p>
  45.                         Overall, the Evangelical Presbyterian Church Youth Fellowship in Sikkim strives to create a
  46.                         nurturing and engaging environment for the youth, equipping them to live out their Christian faith
  47.                         and contribute to the growth and development of the church and society.
  48.                     </p>
  49.                 </div>
  50.             </div>
  51.         </div>
  52.     </div>
  53. {% endblock %}