templates!
This commit is contained in:
@@ -1,19 +1,21 @@
|
||||
{{ define "files" }}
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<header>
|
||||
<title>{{ .Title }}</title>
|
||||
{{ template "imports" . }}
|
||||
{{ template "_import" . }}
|
||||
</header>
|
||||
<body class="lr_fullscreen tb_fullscreen" onload="init(); return false;">
|
||||
<br>
|
||||
<div class="rows">
|
||||
{{ template "searchbar" . }}
|
||||
{{ template "_searchbar" . }}
|
||||
<div class="columns thic_flex tb_buffer">
|
||||
{{ template "filetree" . }}
|
||||
{{ template "_filetree" . }}
|
||||
<div class="thic_flex lr_fullscreen" style="margin-left: 1em; width: 5px;">
|
||||
{{ template "editor" . }}
|
||||
{{ template "_editor" . }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user