15 lines
356 B
Plaintext
15 lines
356 B
Plaintext
doctype html
|
|
html
|
|
head
|
|
title= title
|
|
block scripts
|
|
block links
|
|
link(rel='stylesheet', href='/stylesheets/layout.css')
|
|
script(src='/javascripts/layout.js')
|
|
body
|
|
div.navbar
|
|
button(id="navbar-caption", onclick="onClickMain()")= title
|
|
div
|
|
button(onclick="onClickScanner()") Scanner
|
|
button(onclick="onClickMap()") Map
|
|
block content |