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