ktor
2.0.x
Select version
3.3.x
3.2.x
3.1.x
3.0.x
2.3.x
2.2.x
2.0.x
1.6.x
ktor-server-html-builder
/
io.ktor.server.html
/
insert
insert
fun
<
TOuter
>
TOuter
.
insert
(
placeholder
:
Placeholder
<
TOuter
>
)
Content copied to clipboard
Inserts
Placeholder
.
fun
<
TTemplate
:
Template
<
TOuter
>
,
TOuter
>
TOuter
.
insert
(
template
:
TTemplate
,
placeholder
:
TemplatePlaceholder
<
TTemplate
>
)
Content copied to clipboard
fun
<
TOuter
,
TTemplate
:
Template
<
TOuter
>
>
TOuter
.
insert
(
template
:
TTemplate
,
build
:
TTemplate
.
(
)
->
Unit
)
Content copied to clipboard