Live (In a Volcano) community card game.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

22 lines
727 B

extends ../../layouts/main
block vendorcss
link(rel="stylesheet", href="/highlight.js/styles/default.css")
block content-container
block page-header
section.uk-section.uk-section-header.uk-section-xsmall
.uk-container
h1.uk-text-center #{site.name} Admin
block admin-layout
section.uk-section.uk-section-default.uk-section-small
.uk-container.uk-container-expand
div(uk-grid)
div(class="uk-width-1-1 uk-flex-last uk-width-auto@m uk-flex-first@m")
.uk-card.uk-card-secondary.uk-card-body.uk-border-rounded
include ../components/menu
div(class="uk-width-1-1 uk-flex-first uk-width-expand@m").uk-width-expand
block content