Initial PHP Slim project structure
This commit is contained in:
9
views/index.twig
Normal file
9
views/index.twig
Normal file
@ -0,0 +1,9 @@
|
||||
{% extends 'layout.twig' %}
|
||||
|
||||
{% block title %}Dashboard{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<p>This is a test.</p>
|
||||
|
||||
{% endblock %}
|
Reference in New Issue
Block a user