Added header and footer, placeholder content

This commit is contained in:
JayWll
2020-05-15 16:34:40 -06:00
parent 52a10871ff
commit 35e12edf02
7 changed files with 111 additions and 47 deletions

View File

@@ -10,12 +10,20 @@ description = "Default Layout"
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<link href='//fonts.googleapis.com/css?family=Cinzel|Roboto:300,400,500' rel='stylesheet' type='text/css'>
<link href="{{ 'assets/css/theme.css'|theme }}" rel="stylesheet">
<title>Hello, world!</title>
</head>
<body>
<body class="d-flex flex-column">
<div id="page-content">
{% partial 'header' %}
{% page %}
<main>
{% page %}
</main>
</div>
{% partial 'footer' %}
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->