switched back to express
This commit is contained in:
parent
f2e1d58dbd
commit
7c8be72801
41 changed files with 651 additions and 1519 deletions
10
views/layout.twig
Normal file
10
views/layout.twig
Normal file
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>{{ title }}</title>
|
||||
<link rel='stylesheet' href='/stylesheets/style.css' />
|
||||
</head>
|
||||
<body>
|
||||
{% block body %}{% endblock %}
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue