Added header and footer, placeholder content
This commit is contained in:
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user