{ "body_class": "kittens" } ss_with_metadata.dot.html {{~it.file_lists.stylesheets :src}} {{~}}
ss_with_metadata.dot.html

This page is self-standing, but does contain meta data in the header that defines the body class.

dot_md_partial.md
{
  dogs: {{= it.include('dot_md_partial', 'dogs') }},
  kittens: {{= it.include('dot_md_partial', 'kittens') }},
  cows: {{= it.include('dot_md_partial.md', 'cows') }}
}
        
{{= it.include('dot_md_partial.md') }}