mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 09:40:21 +00:00
Created a Sample for .gtpl
This commit is contained in:
9
samples/Groovy/template.gtpl
Normal file
9
samples/Groovy/template.gtpl
Normal file
@@ -0,0 +1,9 @@
|
||||
html {
|
||||
head {
|
||||
title "Example Template"
|
||||
}
|
||||
|
||||
body {
|
||||
p "This is a quick template example"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user