milagan/MojoMVC

View on GitHub
lib/MyApp/templates/layouts/default.html.ep

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html>
  <head><title><%= title %></title></head>
  <body><%= content %></body>
</html>