gluon/package/gluon-web-model/files/lib/gluon/web/view/model/info.html
2022-08-11 11:13:44 +02:00

8 lines
189 B
HTML

<div class="gluon-value">
<% if self.title then %>
<label class="gluon-value-title"><%=self.title%></label>
<% end %>
<span class="gluon-value-field"><%=self.content%></span>
</div>