<%- | String $author, String $title, String $subtitle, Boolean $has_comments = false, -%> "; $blog_title = "<%= $title %>"; $blog_subtitle = "<%= $subtitle %>"; $http_host = $_SERVER["HTTP_HOST"]; $urlbase = "http://$http_host/hugo"; $has_comments = <%= if $has_comments { 'true' } else { 'false' } %>;