mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
32 lines
477 B
Handlebars
32 lines
477 B
Handlebars
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
{{> "head" }}
|
|
|
|
<body>
|
|
|
|
{{> "adRhs" }}
|
|
|
|
<div class="viewport-wrapper">
|
|
{{> "adLeaderboard" }}
|
|
|
|
{{> "navbar" }}
|
|
|
|
<div class="view-col-group--cancer h-100 mh-0">
|
|
<div class="container view-col-wrapper view-col-wrapper--cancer">
|
|
{{> (lookup . "identPartialListListcontainer") }}
|
|
|
|
{{> "adMobile1" }}
|
|
|
|
{{> (lookup . "identPartialListContentwrapper") }}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
{{> "adFooter" }}
|
|
|
|
{{> "listScripts" }}
|
|
|
|
</body>
|
|
</html>
|