core
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
core
core
/
dev.fishies.coho.html
/
ktTemplate
kt
Template
fun
ktTemplate
(
source
:
Path
,
context
:
Map
<
String
,
Any
?
>
=
emptyMap()
,
includes
:
List
<
Path
>
=
emptyList()
)
:
String
Immediately template the file at
source
.
See also
kt
Html
fun
OutputPath
.
ktTemplate
(
source
:
Path
,
context
:
Map
<
String
,
Any
?
>
=
emptyMap()
)
:
String