- gitlist.git
- twig
- layout.tpl.twig
This file ( 1kB ) exceeds the allowed full mode (48 kb) size.
The editor full hight is disabled, only scrolling is allowed..
If you wish to edit a file, it is recommended to use the scroll mode as some users do not like the full height
mode, although some users like it.
<!DOCTYPE html>
<html lang="en">
<head>
<base href="{{ app.url_subdir }}/"/>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>{% block title %}Welcome!{% endblock %}</title>
<link rel="shortcut icon" type="image/png" href="img/favicon.png"/>
<link rel="stylesheet" type="text/css" href="generated/css/{{ theme }}.{{ theme_postfix }}.css" id="bootstrap-theme">
<script type="text/javascript">window.gitlist = { lastload: undefined, lastloadSpan: undefined, dark: {{ theme_dark |json_encode|raw }}, isDark: undefined, viewer: undefined, setTheme: undefined, getThemeCookie: undefined, basepath: '{{ app.url_subdir }}', branch: '{{ branch }}', repo: '{{ repo }}', dateFormat: '{{ gitlist_date_format }}', themes: {}, ng: undefined, codemirror_full_limit: undefined }</script>
</head>
<body class="{{ theme_type }}">
{% block body %}{% endblock %}
{% block javascripts %}
{% endblock %}
</body>
</html>