Mason Templating 

<%args>
   $title
</%args>

<html>
 <head><title><% $title %></title></head>
 <body>
<& header.mhtml, title => 'Wellington Weather Newsflash' &>