Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 345 Bytes

File metadata and controls

19 lines (12 loc) · 345 Bytes

marko/view-latte

Latte templating driver for the Marko Framework.

Installation

composer require marko/view-latte

Quick Example

$view->render('blog::post/index', ['posts' => $posts]);

Documentation

Full usage, API reference, and examples: marko/view-latte