12 lines
144 B
Text
12 lines
144 B
Text
---
|
|
title: Welcome to my page
|
|
---
|
|
|
|
<html>
|
|
<head>
|
|
<title>{{ title }}</title>
|
|
</head>
|
|
<body>
|
|
<h1>{{ title }}</h1>
|
|
</body>
|
|
</html>
|