Twig for Template Designers – Documentation – Twig – The flexible, fast, and secure PHP template engine

{% extends “base.html” %} {% block title %}Index{% endblock %} {% block head %} {{ parent() }} {% endblock %} {% block content %} Index Welcome to my awesome homepage. {% endblock %}

情報源: Twig for Template Designers – Documentation – Twig – The flexible, fast, and secure PHP template engine