You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
|
|
|