Sha256: 4bc93db4bcfe334604fbf70b0f256061e0bb1420d473a4ca4e30c0c66b99cb59
Contents?: true
Size: 515 Bytes
Versions: 39
Compression:
Stored size: 515 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="email">andy@stonean.com</td> </tr> </table> </ul> </body> </html>
Version data entries
39 entries across 39 versions & 1 rubygems