на главную назад

uts

templates/git_view.html

<!DOCTYPE html>

<html lang="en">
<head>
    <link rel="stylesheet" type="text/css" href="{{ url_for('static', filename=cs) }}">
    <link rel="icon" type="image/png" href="static/img/bitmap.png">
</head>
<body>

    {% block content %}
    <div class="notaccountblock">
        <a href="/" class="button">{{translations['на главную'][lang]}}</a>
        <a href="/gitreps/{{name}}">{{translations['назад'][lang]}}</a>
    </div>
    <div class="text1" style="float: none;text-align:none;">
      <h1 style="float: none;text-align:none;">{{name}}</h1>
      <h1 style="float: none;text-align:none;">{{filename}}</h1>
    </div>
    <div class="text1" style="color:#fff; left:5%">

      <pre style="width:100%"><code style="overflow: auto; padding: 20px;">{{text}}</code></pre>

    </div>


    {% endblock %}
</body>
</html>