mirror of https://github.com/Ombi-app/Ombi
16 lines
203 B
16 lines
203 B
8 years ago
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
|
||
|
{% include head.html %}
|
||
|
|
||
|
<body id="page-top">
|
||
|
{% include nav-blog.html %}
|
||
|
|
||
|
{{ content }}
|
||
|
|
||
|
{% include contact.html %}
|
||
|
{% include scripts.html %}
|
||
|
</body>
|
||
|
|
||
|
</html>
|