dumbo/examples/template-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

Follow these steps to set up and run the example:

  1. Install Dependencies

    First, install the necessary dependencies by running:

    composer install
    
  2. Start the Development Server

    Once the dependencies are installed, start the development server with the following command:

    composer start
    

Additional Resources

For more information on Latte and its capabilities, visit the official Latte documentation.