splitted twig templates in multiple files
This commit is contained in:
4
views/pages/home.twig
Normal file
4
views/pages/home.twig
Normal file
@@ -0,0 +1,4 @@
|
||||
{% extends "layout.twig" %}
|
||||
{% block title %}Mon Blog{% endblock %}
|
||||
{% block content %}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user