Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 284 Bytes

template.md

File metadata and controls

18 lines (16 loc) · 284 Bytes

Template

Template Syntax

Every Dative application have either a template or a template() function

template(){
  return String
},
// OR
template: String,
// or use default the dative script tag
<script type="text/dative">
    // Content
</script>