{% extends "layout.html" %}
{% block title %}
Home
{% endblock %}
{% block main %}
This beam calculator helps you calculating the internal forces and support reactions of continuous beams with 2-5 spans.
{% if index != 0 %}
{% if index == 1 %}
Please choose a number of spans!
{% endif %}
{% if index == 2 %}
Please enter a value for Span!
{% endif %}
{% if index == 3 %}
Please enter a value for Load!
{% endif %}
{% if index == 4 %}
Please enter only numbers for Span!
{% endif %}
{% if index == 5 %}
Please enter only numbers for Load!
{% endif %}