{% extends "base.html" %} {% block title %}{{ npc.name }} - Code of Conquest{% endblock %} {% block extra_head %} {% endblock %} {% block content %}
{# Page Header with Back Button #}
Back

{{ npc.name }}

{# Include shared NPC chat content #} {% include 'game/partials/npc_chat_content.html' %}
{% endblock %} {% block scripts %} {% endblock %}