Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Avatar for KuCalc : devops.
Download
50640 views
1
//- feature page
2
3
extends ../_base.pug
4
5
block vars
6
- subtitle = "Features"
7
8
block header
9
meta(name="description" content=NAME + " Features")
10
11
block content
12
a.anchor#a-top
13
div.container
14
div.row#top
15
h1 Features
16
17
18
//- CSS comes at the bottom: overwrites styles defined in the header
19
style
20
:sass
21
@import "smc-webapp/_colors.sass"
22
div#top
23
margin : 5rem 0
24
25