16 lines
374 B
Plaintext
16 lines
374 B
Plaintext
extends layout
|
|
|
|
block stylesheets
|
|
link(rel='stylesheet', href='/stylesheets/manage.css')
|
|
link(rel='stylesheet', href='/stylesheets/form.css')
|
|
|
|
block content
|
|
div#mobile-view
|
|
h1 #{title}
|
|
div
|
|
h2#table-header
|
|
table#games-list
|
|
button#add-new-button Add new...
|
|
|
|
block scripts
|
|
script(src='/scripts/manage/manage-nonadmin.js' type="module") |