mirror of
https://github.com/alexgo-io/OPI.git
synced 2026-04-30 05:45:35 +08:00
7 lines
150 B
HTML
7 lines
150 B
HTML
<h1>Runes</h1>
|
|
<ul>
|
|
%% for (id, entry) in &self.entries {
|
|
<li><a href=/rune/{{ entry.spaced_rune() }}>{{ entry.spaced_rune() }}</a></li>
|
|
%% }
|
|
</ul>
|