This commit is contained in:
Ray Elliott 2021-05-18 09:59:14 +01:00
commit f879046a1c
5 changed files with 27 additions and 0 deletions

View file

@ -0,0 +1,3 @@
snippet pl "{% partial ... %}"
{% partial "$0" %}
endsnippet