parent
1a672987a1
commit
56ba3bd2bf
10
source/_layouts/default.html.twig
Normal file
10
source/_layouts/default.html.twig
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<title>Document</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
{% block content %}{% endblock %}
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -1,3 +1,4 @@
|
||||||
---
|
---
|
||||||
|
layout: default
|
||||||
---
|
---
|
||||||
Hello, World!
|
Hello, World!
|
||||||
|
|
Loading…
Reference in a new issue