{% extends "layouts/base.njk" %} {% block body %}

SIGN IN TO CONTINUE

Continue with Google

Default Admin Account

Email: admin@gmail.com

Password: Whatever123$

Role Permissions Overview

MEMBER

  • Can view the list of blog posts only.
  • No permission to create, edit, or delete posts.

MANAGER

  • Can view all blog posts.
  • Can create new blog posts.
  • Newly created posts are always saved as Draft by default.
  • Cannot update or delete any post.

ADMIN

  • Full access to the system.
  • Can create, read, update, and delete any blog post.
  • Can manage all content without restrictions.
{% endblock %}