slm-lang/slm

View on GitHub
__tests__/views/index.slm

Summary

Maintainability
Test Coverage
= extend('layout');

= content('title', 'append')
  title Nice

= content('footer', 'prepend')
  p This is new footer

= partial('/partial.slm')