Milán Major

devsite-builder

1 branch
Code

templates/git-file.html

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>{{ path }} - {{ name }} - Milán Major</title>
<link rel="stylesheet" href="/style.css">
</head>

<body>

{{ header }}

<main>

<h1>{{ name }}</h1>

{{ repo_bar }}

<nav class="repo-nav">
<a href="{{ repo_url }}">summary</a>
<a href="{{ log_url }}">log</a>
<a href="{{ files_url }}">files</a>
</nav>

<h2>{{ path }}</h2>

<pre class="file-content">{{ content }}</pre>

</main>

<footer>
<p><a href="/git/">back to repositories</a></p>
</footer>

</body>
</html>