sambauers/capistrano-committed

View on GitHub
lib/capistrano/committed/output/output_html.mustache

Summary

Maintainability
Test Coverage
<!doctype html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <title>{{page_title}}</title>
  </head>
  <body>
    <pre>
{{>output_txt}}
    </pre>
  </body>
</html>