7 lines
116 B
Plaintext
7 lines
116 B
Plaintext
<% if @comment -%>
|
|
<% @comment.each do |line| -%>
|
|
# <%= line %>
|
|
<% end -%>
|
|
<% end -%>
|
|
<%= @title %> = <%= @value %>
|