Menu
Squirrel LogoSquirrellyDocs (v7)AboutLearnBlogPlayground
Docs (v8)CommunityFeedbackGitHub
Squirrel LogoSquirrelly
  • Docs (v7)
  • About
  • Learn
  • Blog
  • Playground
  • Docs (v8)
  • Community
  • Feedback
  • GitHub
  • Get Started
    • Overview
    • Installation
    • Security
  • Template Syntax
    • Syntax Overview
    • Cheatsheet
    • Global References
    • Helper References
    • Filters
    • Helpers
    • Partials
    • Custom Tags / Delimeters
    • Built-in Helpers
  • API
    • autoEscaping
    • Compile
    • defaultTags
    • defineFilter
    • defineHelper
    • defineNativeHelper
    • definePartial
    • load
    • Render
    • renderFile
    • setDefaultFilters

load

#Basic

Sqrl.load(options, str)
Sqrl.load({$name: 'mytemplate'})
// See the page on options to find options that have a special meaning

This page is a work in progress

Previous

« definePartial

Next

Render »

  • Basic