Leilukin feceef3dad
All checks were successful
Deploy to Hostinger / Build and Push (push) Successful in 43s
Convert Nunjucks templates to HTML files
2025-04-24 00:28:50 +08:00

20 lines
745 B
HTML

{%- css %}{% include "src/assets/css/pokemonoras.css" %}{%- endcss %}
{% extends "global/baselayout.html" %}
{% block metaTitle %}
<meta property="og:title" content="{{ title + ' | ' if title }}Pokémon Omega Ruby and Alpha Sapphire Shrine">
{% endblock %}
{% block pageTitle %}
{{ title + " | " if title }}Pokémon Omega Ruby and Alpha Sapphire Shrine | {{ sitemeta.siteName | safe }}
{% endblock %}
{% block favicon %}
<link rel="icon" type="image/x-icon" href="/assets/shrines/pokemonoras/images/favicon.ico">
{% endblock %}
{% block hero %}{% include "pokemonoras/hero.html" %}{% endblock %}
{% block navbar %}{% include "pokemonoras/navbar.html" %}{% endblock %}
{% block footer %}{% include "pokemonoras/footer.html" %}{% endblock %}