1//- main landing page 2 3extends ../_base.pug 4 5block vars 6 - subtitle = 'Documentation' 7 8block content 9 10 div.content 11 div.row#top 12 ul 13 li #[a(href="api.html") Documentation] 14 15 //- CSS comes at the bottom: overwrites styles defined in the header 16 style 17 :sass 18 @import "smc-webapp/_colors.sass" 19 div#top 20 margin-top : 5rem 21