You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
766 B
Plaintext
24 lines
766 B
Plaintext
html
|
|
head
|
|
title Anka-Anvil - #{title}
|
|
block head
|
|
block globalcss
|
|
link(href='css/bootstrap.css' rel='stylesheet')
|
|
link(href='css/bootstrap.min.css' rel='stylesheet')
|
|
link(href='css/bootstrap.rtl.css' rel='stylesheet')
|
|
link(href='css/bootstrap.rtl.min.css' rel='stylesheet')
|
|
block scripts
|
|
script(src='js/jquery.js')
|
|
body
|
|
.d-flex.h-100
|
|
.cover-container.d-flex.w-100.h-100.p-3.mx-auto.flex-column
|
|
.header.mb-auto
|
|
.nav(class="nav nav-masthead justify-content-center float-md-end")
|
|
each route in routes
|
|
a(class="nav-link",href=route.link)= route.name
|
|
|
|
block content
|
|
block foot
|
|
.mt-auto
|
|
#footer
|
|
//- p some footer content |