Skip to content

Instantly share code, notes, and snippets.

@atebitftw
Created November 23, 2012 22:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atebitftw/4137502 to your computer and use it in GitHub Desktop.
Save atebitftw/4137502 to your computer and use it in GitHub Desktop.
Simple namespace usage in Buckshot template
<!--
We declare a defult namespace which tells the framework
which platform elements are in-scope by default.
-->
<template xmlns='http://buckshotui.org/platforms/html'>
<!--
without the above namespace declaration, this element
will not be found by the template parser
-->
<textblock text='hello world' />
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment