You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
372 B
12 lines
372 B
<div class="dream">
|
|
<% if (theme.dream.showTitle) { %>
|
|
<div class="title center-align">
|
|
<i class="far fa-lightbulb"></i> <%= theme.dream.title %>
|
|
</div>
|
|
<% } %>
|
|
<div class="row">
|
|
<div class="col l8 offset-l2 m10 offset-m1 s10 offset-s1 center-align text">
|
|
<%= theme.dream.text %>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|