Sha256: 04a5b6e229fb3e1b5fb1ec04310d45077b6f93780aaca3bbc273d700904ea339
Contents?: true
Size: 520 Bytes
Versions: 2
Compression:
Stored size: 520 Bytes
Contents
<html> <head> <title>This is a title template</title> </head> <body> <h1>This is the header template</h1> <table> <thead> <tr> <td>First Name</td> <td>Last Name</td> <td>Email</td> </tr> </thead> <tr data-ruhl="_collection: user_list"> <td data-ruhl="first_name">Andrew</td> <td data-ruhl="last_name">Stone</td> <td data-ruhl="_if: email">andy@stonean.com</td> </tr> </table> </ul> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ruhl-0.7.0 | spec/html/if.html |
ruhl-0.6.0 | spec/html/if.html |