view tests/post.ur @ 2014:fee1f660139c

Added HTML5 Semantic Tags
author David Snider <david@davidsnider.net>
date Sat, 10 May 2014 20:38:13 -0400
parents b106ca8200b1
children
line wrap: on
line source
fun callMe n s pb = return <xml><body>
  n = {[n]}<br/>
  s = {[s]}<br/>
  pb : {[postType pb]} = {[postData pb]}
</body></xml>