tandrewnichols/hogan-xpress

View on GitHub
test/fixtures/views/layout.html

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <title>Test</title>
</head>
<body>

    <p>-----[ > head ]-----</p>
    
    {{> head}}

    <p>-----[ { yield } ]-----</p>

    {{{ yield }}}

    <p>-----[ { yield-footer } ]-----</p>

    {{{ yield-footer }}}
  
</body>
</html>