event description supports some html tag
This commit is contained in:
@@ -8,7 +8,7 @@ block content
|
|||||||
<center>
|
<center>
|
||||||
<img style="height: 89vh; margin: 0 auto;" src="#{config.baseurl}/media/#{event.image_path}" />
|
<img style="height: 89vh; margin: 0 auto;" src="#{config.baseurl}/media/#{event.image_path}" />
|
||||||
</center>
|
</center>
|
||||||
p #{event.description}
|
p !{event.description}
|
||||||
|
|
||||||
each tag in event.tags
|
each tag in event.tags
|
||||||
span ##{tag.tag}
|
span ##{tag.tag}
|
||||||
|
|||||||
Reference in New Issue
Block a user