#!/usr/bin/perl -- use Mojolicious::Lite; get '/' => { template => 'index', title => time };;; app->start; __DATA__ @@ index.html.ep <%= title =%>

<%= title =%>

/annoying.js %= javascript '/annoying.js' @@ annoying.js function annoying() { alert('hi'); }