24 | {% if cache == 0 %} 25 |

{{ post.content|explosivo }}

26 | {% else %} 27 | {% cache 3600 content post.pk %} 28 |

{{ post.content|explosivo }}

29 | {% endcache %} 30 | {% endif %} 31 |