i2pnews/templates/md_file.html

15 lines
465 B
HTML
Executable File

<!DOCTYPE html>
<html>
<head>
<title>{{ title }}</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="{{ url_for('static', filename='favicon.ico') }}">
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='darkgreen.css') }}">
</head>
{{ header_links|safe }}
<body>
<div class="column">
<h1>{{ title }} {{ feed|safe }}</h1>
{{ body|safe }}
</div>
{% include "footer.html" %}