We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22dd4de commit 180cee2Copy full SHA for 180cee2
mathics_django/web/templates/about.html
@@ -47,7 +47,15 @@ <h1> Version information </h1>
47
</p>
48
</div>
49
50
-{% include 'welcome.html' %}
+<!-- FIXME: figure out how to reuse welcome.html. We can't run ajax from here. -->
51
+<div id="welcomeContainer">
52
+<div id="welcome">
53
+<p><h1>Welcome to Mathics!</h1></p>
54
+<p>Mathics is a general-purpose computer algebra system.</p>
55
+<p>Enter queries and evaluate them by pressing <code>Shift</code> + <code>Return</code>.
56
+See the <a href="/doc">documentation</a> for a full list of supported functions.
57
+
58
+<!-- {% include 'welcome.html' %} -->
59
60
{% endblock main %}
61
{% endblock html_body %}
0 commit comments