Intitial project structure with express.js
This commit is contained in:
7
views/index/dashboard.twig
Normal file
7
views/index/dashboard.twig
Normal file
@ -0,0 +1,7 @@
|
||||
{% extends 'layouts/default.twig' %}
|
||||
|
||||
{% block title %}Dashboard{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<p>This is the dashboard!</p>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user