2019-05-11 14:49:23 -04:00

18 lines
177 B
Markdown

---
title: "Test post"
date: 2019-05-11T14:19:21-04:00
draft: false
---
Hello world
This is a test
{{<highlight python>}}
for x in range(0, 1):
print(x)
{{</highlight>}}