7 lines
139 B
Plaintext
7 lines
139 B
Plaintext
<% if @theme -%>
|
|
"main_theme": {
|
|
<%= render('@theme', theme: @theme, show_parents: true) %>
|
|
},
|
|
<% else -%>
|
|
"main_theme": null,
|
|
<% end -%> |