Render a simple template

This commit is contained in:
Oliver Davies 2023-01-19 18:37:13 +00:00
parent c476543f5c
commit 31614e0f58
5 changed files with 82 additions and 67 deletions

3
templates/test.twig Normal file
View file

@ -0,0 +1,3 @@
name: {{ name }}
type: {{ type }}
language: {{ language }}