<link rel="stylesheet" type="text/css" href="{{ prod_dir }}/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: {},
codemirror_full_limit: {{ codemirror_full_limit }},
browse_type: undefined,
search_query: '{{ search_query }}',
browserClick: undefined,
networkRedraw: undefined,
treegraph: undefined,
canvasLaneColors: undefined,
canvasDotColors: undefined,
randomCanvasLaneColors: undefined,
loadTheme: '{{ theme }}',
codemirrorTheme: {},
scrollIntoView: undefined,
markdownRenderer: undefined,
editorMaxHeight: 600,
fragmentFileCodeMirror: undefined,
constructCommitsListConstructMarkdown: () => {
},
branches: undefined,
commitModelInputs: {},
cookieSettings: {},
$body: undefined,
scrollIntoViewOptions: undefined,
scrollIntoView: undefined,
repoPaging: {{ app.repo_paging }} }</script>