-
Maciej Krüger authored
"not self.title" doesn't work because of "self.title = title or """
Maciej Krüger authored"not self.title" doesn't work because of "self.title = title or """
warning.html 317 B
<%- if not self.hide then -%>
<div class="gluon-warning"<%=
attr("id", id) ..
attr("data-index", self.index) ..
attr("data-depends", self:deplist(self.deps))
%>>
<%- if self.content then -%>
<%= self.content %>
<%- else -%>
<b><%= self.title %></b><br>
<%= self.description %>
<%- end -%>
</div>
<%- end -%>