RSS Git Download  Clone
Raw View History
Blames found: 5 Mode: twig Binary: false


Hang on, we reloading big blames...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"/> <base href="{{ app.url_subdir }}/"/> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=yes"> <title>{% block title %}Welcome!{% endblock %}</title>
<link rel="shortcut icon" type="image/png" href="{{ app.url_subdir }}/assets/img/favicon.png"/>
<link rel="stylesheet" type="text/css" href="{{ app.url_subdir }}/webpack/style.css">
<link rel="stylesheet" type="text/css" href="{{ app.url_subdir }}/assets/css/{{ theme }}.css" id="bootstrap-theme">
<script type="text/javascript"> window.gitlist = { dark: [ 'cyborg', 'darkly', 'slate', 'superhero', ], isDark: function(theme) { for(var i = 0; i < window.gitlist.dark.length; i++ ) { if (window.gitlist.dark[i] === theme) { return true; } } return false; }, viewer: undefined, setCodeMirrorTheme: undefined, getThemeCookie: undefined, basepath: '{{ app.url_subdir }}', branch: '{{ branch }}', repo: '{{ repo }}', dateFormat: '{{ gitlist_date_format }}' } </script> <script src="{{ app.url_subdir }}/webpack/bundle.js"></script> </head> <body> {% block body %}{% endblock %} {% block javascripts %} {% endblock %} </body> </html>