diff options
Diffstat (limited to 'project/templates/integral.html')
-rw-r--r-- | project/templates/integral.html | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/project/templates/integral.html b/project/templates/integral.html index 1c9d175..364fe84 100644 --- a/project/templates/integral.html +++ b/project/templates/integral.html @@ -1,20 +1,19 @@ -{% extends "base_math.html" %} +{%- extends "base_math.html" -%} -{% block title %}Area Under the Curve of a Complex Integral{% endblock %} +{%- block title -%}Area Under the Curve of a Complex Integral{%- endblock -%} -{% block style %} +{%- block style %} <link href="/css/integral.css" rel="stylesheet" /> -{% endblock %} +{% endblock -%} -{% block content %} - +{%- block content %} <h4>Area Under the Curve of a Complex Integral</h4> <p>Scripts used to generate graphs: <a href="/dld/integral_scripts.zip">Link</a></p> @@ -237,7 +236,6 @@ sum and so won't be considered here.</p> <p>The next interesting question is how this relates to the surface area of a <a href="https://www.mathcurve.com/surfaces.gb/helicoiddroit/helicoiddroit.shtml" class="external"> right helicoid</a>.</p> - -{% endblock %} +{% endblock -%} |