feature: add anew templates

This commit is contained in:
Ben Hong
2021-10-07 23:06:11 -04:00
parent 3581c213ea
commit 4a4e8a047f
71 changed files with 881 additions and 61 deletions

View File

@@ -0,0 +1,8 @@
```mermaid
graph TD
A[Christmas] -->|Get money| B(Go shopping)
B --> C{Let me think}
C -->|One| D[Laptop]
C -->|Two| E[iPhone]
C -->|Three| F[fa:fa-car Car]
```