12 lines
249 B
Plaintext
12 lines
249 B
Plaintext
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>{{ title }}</title>
|
||
|
<link rel="stylesheet" href="style/theme.css">
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="container">
|
||
|
<div id="headerArea">
|
||
|
<div id="header"></div>
|
||
|
{% include nav.liquid %}
|
||
|
</div>
|