mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-06 20:16:41 -05:00
9 lines
231 B
HTML
9 lines
231 B
HTML
{% extends "base.html" %}
|
|
{% block announce %}
|
|
<div class="announce-left">
|
|
<a href="https://recipinned.com">
|
|
Looking for a hosted solution? Explore Recipinned from the creator of Mealie
|
|
</a>
|
|
</div>
|
|
{% endblock %}
|