Skip to content

Commit

Permalink
feat: test templates
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasjarosch committed Feb 8, 2024
1 parent 6962826 commit 8304a7e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 50 deletions.
25 changes: 0 additions & 25 deletions examples/partial_templates/compiled/example/_partials/no_data.md
Original file line number Diff line number Diff line change
@@ -1,26 +1 @@
# main template

---



this partial does not use any data



---



# example

```
network:
foo: bar
skipper:
use:
- network
```


25 changes: 0 additions & 25 deletions examples/partial_templates/compiled/example/_partials/with_data.md
Original file line number Diff line number Diff line change
@@ -1,26 +1 @@
# main template

---



this partial does not use any data



---



# example

```
network:
foo: bar
skipper:
use:
- network
```


0 comments on commit 8304a7e

Please sign in to comment.