mirror of
https://github.com/helenclx/leilukin-site.git
synced 2025-04-01 20:10:52 +00:00
11 lines
685 B
Plaintext
11 lines
685 B
Plaintext
{% extends "global/shrineinfo.njk" %}
|
|
|
|
{% block shrineAbout %}
|
|
<p>Welcome to {{ sitemeta.siteAuthor.name }}'s shrine for {% cite "Pokémon Omega Ruby and Alpha Sapphire" %}, remakes of the 2002 Game Boy Advance role-playing video games {% cite "Pokémon Ruby" %} and {% cite "Pokémon Sapphire" %}. The games are part of the sixth generation of the {% cite "Pokémon" %} main series of video games, developed by Game Freak and published by The Pokémon Company and Nintendo for the Nintendo 3DS.</p>
|
|
{% endblock %}
|
|
|
|
{% block shrineLinks %}
|
|
<li><a href="https://bulbapedia.bulbagarden.net/wiki/Pok%C3%A9mon_Omega_Ruby_and_Alpha_Sapphire">Bulbapedia</a>
|
|
</li>
|
|
{% endblock %}
|