Open mattkenefick opened 3 years ago
{% if honor.honor.media and honor.honor.media.id %} <img src="{{ honor.honor.media.getUrl() }}" /> {% else %} {{ svg("generic/honor.svg") }} {% endif %}
This is almost expected behavior, but we should look at if we want to do some partial rendering here.
This is almost expected behavior, but we should look at if we want to do some partial rendering here.