Skip to content

Instantly share code, notes, and snippets.

@adriank
Created November 3, 2013 19:51
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 adriank/7294054 to your computer and use it in GitHub Desktop.
Save adriank/7294054 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<view xmlns="http://asyncode.com/View"
xmlns:mg="http://asyncode.com/Mongo"
xmlns:op="http://asyncode.com/Interpreter"
inherits="_super_">
<set name="pageName">Getting started with Clouder</set>
<set name="body" before="layout">
<container name="hello" width="950">
<widget tag="h1">
Hello world!
</widget>
</container>
</set>
<!--<output XSLTFile="none"/>-->
<!--<output format="text/html" xsltForceReload="t"/>-->
</view>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment