2023-06-19 11:19:59 +00:00
|
|
|
---
|
2023-06-19 12:17:13 +00:00
|
|
|
title: "Premier Post"
|
2023-06-19 11:19:59 +00:00
|
|
|
date: 2023-06-19T11:37:35+02:00
|
|
|
|
draft: true
|
|
|
|
---
|
|
|
|
|
2023-06-19 12:17:13 +00:00
|
|
|
## Titre
|
2023-06-19 11:19:59 +00:00
|
|
|
|
2023-06-19 12:17:13 +00:00
|
|
|
Ceci est mon contenu
|
2023-06-19 11:19:59 +00:00
|
|
|
|
|
|
|
```python
|
|
|
|
def method(args):
|
|
|
|
print("toto")
|
|
|
|
return args
|
|
|
|
```
|
|
|
|
|