Skip to content

Instantly share code, notes, and snippets.

@RaymondBenc
Created March 11, 2014 13:45
Show Gist options
  • Save RaymondBenc/9485908 to your computer and use it in GitHub Desktop.
Save RaymondBenc/9485908 to your computer and use it in GitHub Desktop.
Sample M9 App
<m:h1>Example Page</m:h1>
My Image:<br />
<m:image />
<br />
My Name: <m:name />
<br />
My Friends: <m:friends />
<m:title>Example</m:title>
<m:menu name="Home" url="app19" />
<m:menu name="Test" url="app19/test" />
<m:panel>
<div class="widget">
Hello I am a Widget, please don't call me a Block.
</div>
</m:panel>
<br /><br />
Me is a test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment