mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
v1.208.0
This commit is contained in:
33
node/generate-pages/template/list/template-list.hbs
Normal file
33
node/generate-pages/template/list/template-list.hbs
Normal file
@@ -0,0 +1,33 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
{{> "head" }}
|
||||
|
||||
<body>
|
||||
|
||||
{{> "overlayNoise" }}
|
||||
|
||||
{{> "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" }}
|
||||
|
||||
{{> "scripts" }}
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user