File size: 221 Bytes
727a40a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{% extends './dev.html' %}

{% load static %}

{% block title %}
  Sign Up | Devnoms
{% endblock %}

{% block style %}
  {% static 'chat/favicon_io/site.webmanifest' %}
{% endblock %}

{% block content %}

{% endblock %}