Templates 2.0 (#636)
Templates 2.0 and a whole bunch of other refactoring
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#template
|
||||
| Name | Age |
|
||||
|----------|----------|
|
||||
{{#each .}}
|
||||
| **{{name}}** | {{age}} |
|
||||
{{/each}}
|
||||
@@ -0,0 +1,2 @@
|
||||
#template
|
||||
* Person **{{name}}** has {{age}}
|
||||
@@ -0,0 +1,2 @@
|
||||
#template
|
||||
* [[{{name}}]] {{#if author}}by **{{author}}** ([repo]({{repo}})){{/if}}
|
||||
@@ -0,0 +1,2 @@
|
||||
#template
|
||||
Today is {{today}}!
|
||||
Reference in New Issue
Block a user