<!DOCTYPE html> <h1> [% IF path == '/' %] Welcome! [% ELSE %] [% path | replace('^/', '') | replace('-', ' ') | ucfirst %] [% END %] </h1> [% FILTER html_para %] [% content %] [% END %]