<% header=File.open("template/header.tmpl") footer=File.open("template/footer.tmpl") %> <%= header.read.gsub("Vine Linux","#{$header_title}") %>
<%= yield %>
<%= footer.read %>