Sha256: 3c568410cc54325cbd19bb6abbec01309468c13e81d2a688ae22bcedce3acc8a
Contents?: true
Size: 286 Bytes
Versions: 42
Compression:
Stored size: 286 Bytes
Contents
--- title: Template d'un post published: false content_type: posts --- <h1>{{ post.title }}</h1> {{ post.description }} <hr /> <p>commentaires:</p> <ul> {% for comment in post.comments %} <li><strong>{{comment.name}}</strong><br />{{ comment.description }}</li> {% endfor %} </ul>
Version data entries
42 entries across 42 versions & 1 rubygems