mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-03-31 15:07:47 +01:00
8 lines
108 B
Twig
8 lines
108 B
Twig
{% extends 'base.html.twig' %}
|
|
|
|
{% block title %}PHPFlasher{% endblock %}
|
|
|
|
{% block body %}
|
|
|
|
{% endblock %}
|