10 lines
200 B
HTML
10 lines
200 B
HTML
{% extends 'bills/microspective.html' %}
|
|
|
|
{% block head %}
|
|
<style type="text/css">
|
|
{% with color="#2C5899" %}
|
|
{% include 'bills/microspective.css' %}
|
|
{% endwith %}
|
|
</style>
|
|
{% endblock %}
|