{% extends 'webpanel/base.html' %} {% block title %}{{ game.name }} - Game Details{% endblock %} {% block content %}

{{ game.name }}

{{ game.name }}

Pull data from some open API to populate information about the game and render it.

{% endblock %}