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.
 
 
 

10 lines
252 B

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