templates/frontend/pages/about.html.twig line 1
{% extends 'base.html.twig' %}{% block title %}{{ 'menu.about' | trans }}{% endblock %}{% block body %}<div class="space-y-8 mx-4 lg:w-[1280px] lg:mx-auto min-h-[600px]"><h5 class="border-b-4 border-gray-200 py-2 font-bold mb-8">{{ 'menu.about' | trans }}</h5>{{ include('common/_empty.html.twig') }}{% include 'frontend/board/_board.html.twig' with {boards: boards, title: 'board.title' | trans} %}{% include 'frontend/board/_board.html.twig' with {boards: boards2, title: 'board.title2' | trans } %}<h5 class="border-b-4 border-gray-200 py-2 font-bold mb-8">{{ 'about.gallery' | trans }}</h5>{% include 'common/_gallery.html.twig' with {images: images } %}</div>{% endblock %}