-
-
pretendo
-
-
- an accurate-as-possible server emulation project for
- nintendo consoles that use nintendo network
-
-
-
-
+
+ {{> head-common }}
+
+
+
+
+ {{> nav-default }}
+
+
+
+
+
+
+
ERROR
+
{{ locales.about.title }}
+
{{ locales.about.text }}
+
+
-
-
-
+
+
+
ERROR
+
{{ locales.credits.title }}
+
+
+
+

+
+
RedDucks
+
Project owner, lead developer, very violent young man. Splatoon obsessed as well.
+
+
+

+
+
RedDucks
+
Project owner, lead developer, very violent young man. Splatoon obsessed as well.
+
+
+

+
+
RedDucks
+
Project owner, lead developer, very violent young man. Splatoon obsessed as well.
+
+
+

+
+
RedDucks
+
Project owner, lead developer, very violent young man. Splatoon obsessed as well.
+
+
+

+
+
RedDucks
+
Project owner, lead developer, very violent young man. Splatoon obsessed as well.
+
+
+

+
+
RedDucks
+
Project owner, lead developer, very violent young man. Splatoon obsessed as well.
+
+
+
+
+
+
+
+
+
ERROR
+
ERROR
+
ERROR
+
+
+
+ {{#each posts }}
+
+
+
{{ this.title }}
+
{{ this.content }}
+
ERROR
+
+
+ {{/each }}
+
+
+
+
+ {{> footer-default }}
+
\ No newline at end of file
diff --git a/views/login.hbs b/views/login.hbs
new file mode 100644
index 0000000..1b77efe
--- /dev/null
+++ b/views/login.hbs
@@ -0,0 +1,27 @@
+
+
+
+ {{> head-common }}
+
+
+
+
+
+
+
{{ locales.nav.brand }}
+
+
ERROR
+
{{ locales.login_card.title }}
+
+
+
ERROR ERROR
+
+
+ {{> footer-default }}
+
+
diff --git a/views/partials/footer-default.hbs b/views/partials/footer-default.hbs
new file mode 100644
index 0000000..970956d
--- /dev/null
+++ b/views/partials/footer-default.hbs
@@ -0,0 +1,5 @@
+
\ No newline at end of file
diff --git a/views/partials/footer.hbs b/views/partials/footer.hbs
deleted file mode 100644
index f8b5f0e..0000000
--- a/views/partials/footer.hbs
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/views/partials/head-common.hbs b/views/partials/head-common.hbs
new file mode 100644
index 0000000..83b1491
--- /dev/null
+++ b/views/partials/head-common.hbs
@@ -0,0 +1,6 @@
+{{> metatags }}
+
ERROR
+
+
+
+
\ No newline at end of file
diff --git a/views/partials/head.hbs b/views/partials/head.hbs
deleted file mode 100644
index 10f9d38..0000000
--- a/views/partials/head.hbs
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/views/partials/metatags.hbs b/views/partials/metatags.hbs
new file mode 100644
index 0000000..9bce706
--- /dev/null
+++ b/views/partials/metatags.hbs
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/views/partials/nav-dashboard.hbs b/views/partials/nav-dashboard.hbs
new file mode 100644
index 0000000..1ff4e15
--- /dev/null
+++ b/views/partials/nav-dashboard.hbs
@@ -0,0 +1,12 @@
+
\ No newline at end of file
diff --git a/views/partials/nav-default.hbs b/views/partials/nav-default.hbs
new file mode 100644
index 0000000..2f6f316
--- /dev/null
+++ b/views/partials/nav-default.hbs
@@ -0,0 +1,18 @@
+
\ No newline at end of file
diff --git a/views/partials/navbar.hbs b/views/partials/navbar.hbs
deleted file mode 100644
index 8b13789..0000000
--- a/views/partials/navbar.hbs
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/views/post-collection.hbs b/views/post-collection.hbs
index ca42724..d6a6ef8 100644
--- a/views/post-collection.hbs
+++ b/views/post-collection.hbs
@@ -1,7 +1,29 @@
-
Latest posts
-{{#each posts }}
-
{{ this.title }}
-
{{ this.content }}
-
link
-
-{{/each}}
\ No newline at end of file
+
+
+
+ {{> head-common }}
+
+
+
+
+ {{> nav-default }}
+
+
+
+
+
ERROR
+
ERROR
+ {{ this.title }}
+ {{ this.content }}
+ ERROR
+
+
+
+
+ {{> footer-default }}
+
+
\ No newline at end of file
diff --git a/views/post.hbs b/views/post.hbs
index e20f425..b02d8d4 100644
--- a/views/post.hbs
+++ b/views/post.hbs
@@ -1,22 +1,28 @@
- {{> head }}
-
- {{> navbar }}
-
-
{{ post.title }}
-
{{ post.date }}
-
{{ post.category }}
-
-
- {{{ post.content }}}
-
-
-
{{ post.author.name }} - {{ post.author.description }}
-

-
- {{> footer }}
-
+ {{> head-common }}
+
+
+
+ {{> nav-default }}
+
+
+
+
+
{{ post.category }} — {{ post.date }}
+
{{ post.title }}
+ {{{ post.content }}}
+
+

+
+
{{ post.author.name }}
+
{{ post.author.description }}
+
+
+
+
+
+ {{> footer-default }}
diff --git a/views/progress.hbs b/views/progress.hbs
index 63019f7..5b14dd9 100644
--- a/views/progress.hbs
+++ b/views/progress.hbs
@@ -1,15 +1,44 @@
-
progress summary
-
{{ summary }}
-
-
game support
-{{#each games }}
-
{{ this.title }}
-
{{ this.description }}
-
state: {{ this.state }}
-{{/each}}
-
-
backend support
-{{#each backends }}
-
{{ this.title }}
-
{{ this.description }}
-{{/each}}
\ No newline at end of file
+
+
+
+ {{> head-common }}
+
+
+
+
+ {{> nav-default }}
+
+
+
+
+
ERROR
+
ERROR
+
{{ summary }}
+
+
+
+
+
ERROR
+
ERROR
+ {{#each games }}
+
+
{{ this.title }}
+
{{ this.description }}
+
+ {{/each}}
+
+
+
ERROR
+
ERROR
+ {{#each backends }}
+
+
{{ this.title }}
+
{{ this.description }}
+
+ {{/each}}
+
+
+
+ {{> footer-default }}
+
+
diff --git a/views/register.hbs b/views/register.hbs
new file mode 100644
index 0000000..cb9ca7c
--- /dev/null
+++ b/views/register.hbs
@@ -0,0 +1,31 @@
+
+
+
+ {{> head-common }}
+
+
+
+
+
+
+
{{ locales.nav.brand }}
+
+
{{ locales.register_card.caption }}
+
{{ locales.register_card.title }}
+
+
+
ERROR ERROR
+
+
+ {{> footer-default }}
+
+