mirror of
https://github.com/helenclx/leilukin-site.git
synced 2025-04-06 02:42:41 +00:00
14 lines
658 B
Plaintext
14 lines
658 B
Plaintext
{% extends "global/shrineinfo.njk" %}
|
|
|
|
{% block shrineAbout %}
|
|
<p>Welcome to {{ sitemeta.siteAuthor.name }}'s shrine for {% cite "Cassette Beasts" %}, an indie monster collecting turn-based open-world role-playing video game developed by Bytten Studio and published by Raw Fury.</p>
|
|
{% endblock %}
|
|
|
|
{% block shrineLinks %}
|
|
<li><a href="https://www.cassettebeasts.com/">Official Website</a>
|
|
</li>
|
|
<li><a href="https://wiki.cassettebeasts.com/">Official Wiki</a></li>
|
|
<li><a href="https://store.steampowered.com/app/1321440/Cassette_Beasts/">Steam</a></li>
|
|
<li><a href="https://bytten-studio.com/">Bytten Studio</a></li>
|
|
{% endblock %}
|