mako: Fix snippet and frontmatter (#1824)
This commit is contained in:
parent
ba8d9189ae
commit
9c2b6d725f
4
mako.md
4
mako.md
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: mako
|
title: Mako
|
||||||
category: Python
|
category: Python
|
||||||
layout: 2017/sheet
|
layout: 2017/sheet
|
||||||
---
|
---
|
||||||
|
@ -14,7 +14,7 @@ Escaped for HTML: ${x | h}
|
||||||
|
|
||||||
### Control structures
|
### Control structures
|
||||||
|
|
||||||
```html
|
```
|
||||||
% for x in range(5):
|
% for x in range(5):
|
||||||
% if x % 2 == 0:
|
% if x % 2 == 0:
|
||||||
${x} is even!
|
${x} is even!
|
||||||
|
|
Loading…
Reference in New Issue