{% if currentCat.background %} body { background: url('/uploads/cats/{{currentCat.background}}'); background-repeat: no-repeat; background-position: top center; background-attachment: fixed; background-size: cover; } {% endif %} {% if currentCat.css %}{{ currentCat.css }}{% endif %}