Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 634 Bytes

Working_with_views.md

File metadata and controls

15 lines (12 loc) · 634 Bytes

Ktor provides different ways for working with views: you can build HTML/CSS using Kotlin DSL, or you can choose between JVM template engines, such as FreeMarker, Velocity, and so on.

Ktor provides different ways for working with views: you can build HTML/CSS using Kotlin DSL, or you can choose between JVM template engines, such as FreeMarker, Velocity, and so on.

To learn how to serve static HTML files, see .