You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
252 B

2 years ago
{% extends 'base.html' %}
{% set active_page = 'custom' %}
{% block title %}Strategy Page{% endblock%}
2 years ago
{% block content %}
<div class="comtainer-fluid" style="min-height:92%;position:relative;">
<h1>Still in progressing...</h1>
</div>
2 years ago
{% endblock %}