mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-30 01:34:39 -04: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 %}
|