Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Avatar for KuCalc : devops.
Download
50640 views
1
//- main landing page
2
3
extends ../_base.pug
4
5
block vars
6
- subtitle = 'Documentation'
7
8
block 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