MangoRecipe/Source/Webserver/views/index.liquid

14 lines
217 B
Plaintext
Raw Permalink Normal View History

2022-10-19 13:17:33 +02:00
<!-- Page title -->
{% assign pageTitle = "MangoRecipe" %}
2022-10-18 12:30:12 +02:00
2022-10-19 13:17:33 +02:00
<!-- Metadata tagline -->
2022-10-18 12:30:12 +02:00
2022-10-19 13:17:33 +02:00
<!-- Default layout -->
{% layout "default" %}
<!-- Begin content -->
{% block content %}
<!-- End content -->
{% endblock %}