@extends('shared/master.html') @import 'shared/snippet/widget.html' as widget @def title(): Hello, World! @end @def content(): @widget.header('Welcome') @end