8 lines
528 B
Text
8 lines
528 B
Text
<base target="_parent">
|
|
<% cache "liquid_tag_styles_#{ForemInstance.deployed_at}", expires_in: 8.hours do #TODO: Render specific ltag class instead of everything %>
|
|
<style><%= Rails.application.assets["ltags/LiquidTags.css"].to_s.html_safe %></style>
|
|
<% end %>
|
|
|
|
<%= @rendered_node %>
|
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.1.1/iframeResizer.contentWindow.min.js" integrity="sha384-G6tHzK74z1pvDJPpiekQQg/Ad3+gDzJkLvIheIjfKjYVFG7Wpsot40rOJkXT92B2" crossorigin="anonymous" defer="defer"></script>
|