Sha256: b53cc0a22a5197de1922df98d2204a5d297bd90f1fbbd835985c84fbe5ce582a
Contents?: true
Size: 595 Bytes
Versions: 33
Compression:
Stored size: 595 Bytes
Contents
<html> <head> <title>This is a title template</title> </head> <body> <h1>This is the header template</h1> <table data-ruhl="_if: user_list"> <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> <p data-ruhl="_unless: user_list, no_users_message"/> </body> </html>
Version data entries
33 entries across 33 versions & 1 rubygems