mirror of
https://github.com/marcobiedermann/search-engine-optimization.git
synced 2025-03-03 12:19:19 -05:00
17 lines
139 B
HTML
17 lines
139 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
{% include head.html %}
|
|
|
|
<body>
|
|
|
|
<main class="main">
|
|
|
|
{{ content }}
|
|
|
|
</main>
|
|
|
|
</body>
|
|
|
|
</html>
|