dumbo/examples/cookie-latte

Latte Templating Example

This example showcases how to use the Latte templating engine to render views and pass them to Dumbo for displaying as HTML pages.

Getting Started

  1. Install dependencies:

    composer install
    
  2. Start the server:

    composer start
    
  3. Visit the URL http://localhost:8000 in your browser.