16 lines
409 B
16 lines
409 B
<!DOCTYPE html>
|
|
<html class="clearScroll" lang="en">
|
|
{% include head.html %}
|
|
<body>
|
|
{% include navigation.html %}
|
|
<div id="postContent" class="content">
|
|
<svg height="100%" width="100%" viewBox="0 0 5 3.5" class="upAccent" preserveAspectRatio="none">
|
|
<path d="M 0 0 V 2 C 1 3.5 4 3.5 5 2 V 0">
|
|
</svg>
|
|
<div>
|
|
{{ content }}
|
|
</div>
|
|
</div>
|
|
{% include foot.html %}
|
|
</body>
|
|
</html>
|
|
|