19 lines
335 B
Plaintext
19 lines
335 B
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>{title}</title>
|
|
<link rel='stylesheet' href='/css/style.css' />
|
|
</head>
|
|
<body>
|
|
{+content}
|
|
This is the base content.
|
|
{/content}
|
|
</body>
|
|
<!--
|
|
{session}
|
|
-->
|
|
|
|
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
|
|
<script src="/js/native.history.js"></script>
|
|
</html>
|