Templates added
This commit is contained in:
16
Templates/heasarc/show_heasarc_3maxi.html
Normal file
16
Templates/heasarc/show_heasarc_3maxi.html
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block header %}{% endblock %}
|
||||
|
||||
|
||||
{% block content %}
|
||||
{% if heasarc %}
|
||||
<h4>Specific {{ heasarc.description }} fields:</h4>
|
||||
<h5>4-10 keV energy band</h5>
|
||||
sign = {{ heasarc.sign }} <br />
|
||||
flux = {{ heasarc.flux }}<br />
|
||||
|
||||
{% endif %}
|
||||
|
||||
{% endblock %}
|
Reference in New Issue
Block a user