Skip to content

Commit

Permalink
mako: Fix snippet and frontmatter (rstacruz#1824)
Browse files Browse the repository at this point in the history
  • Loading branch information
rstacruz committed Jul 19, 2023
1 parent ba8d918 commit 9c2b6d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mako.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: mako
title: Mako
category: Python
layout: 2017/sheet
---
Expand All @@ -14,7 +14,7 @@ Escaped for HTML: ${x | h}

### Control structures

```html
```
% for x in range(5):
% if x % 2 == 0:
${x} is even!
Expand Down

0 comments on commit 9c2b6d7

Please sign in to comment.