[go: up one dir, main page]

tera 0.11.11

Template engine based on Jinja2/Django templates
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.index {
  flex-grow: 1;

  &__highlights {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2rem;
    margin-bottom: 4rem;
  }

  .highlight {
    h4 {
      text-align: center;
      font-size: 1.5rem;
      margin-bottom: 0.5rem;
    }
  }
}