Providing Templates and Static Content

A large portion of web application development involves the rendering of Hypertext Markup Language (HTML), as well as other dynamic and static content in order to provide an interface for which the users can interact with an application. Within this chapter, we will explore Echo's capabilities regarding static content delivery and create dynamic content that will be rendered on the server side using templates. We will take an inventory of how Echo can help us with the following tasks:

  • Serve static content and files from a particular directory on the server
  • Create dynamic templates from any template library
  • Interact with the Echo web application from within the templates

With these features at your ...

Get Echo Quick Start Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.