{% extends 'layouts/layout.twig' %} {% block content %} <section class="hero"> <div class="hero-text"> <h1>About</h1> <p> This is the about page </p> </div> </section> {% endblock %}
info at phpclasses dot org