Skip to content

Commit

Permalink
Create page.html.twig
Browse files Browse the repository at this point in the history
  • Loading branch information
bobdenotter committed Nov 23, 2019
1 parent 4890792 commit 480cb9c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions templates/page.html.twig
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>{{ title }}</title>
<link rel="stylesheet" href="css/style.css">
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>

<body id="home">

<h1>{{title}}</h1>

<p>Hello, {{ name }}</p>

{{ dump() }}

</body>
</html>

0 comments on commit 480cb9c

Please sign in to comment.