extends ../../_layout
block assets
  //- load assets (order is not important)
  link(rel="asset" source="template.html" type="text/html" asset="template")
  link(rel="asset" source="overview.json" type="text/json" asset="collection" schema="overview" name="overview")
  link(rel="asset" source="schema.json" type="text/json" asset="schema" name="overview")
  style.
    component{margin-bottom: 1em; }

block content
  //- use the new component (when template and collection are ready)
  component(template="overview" collection="overview:[0]")
  
  
  script.
    
    $(function(){
      $('body')
    })
