# Initial page

This is a test page

$$
\Pi = \frac{-b\pm-sqrt{b^2-4ac}}{2a}
$$

{% tabs %}
{% tab title="Plain Text" %}

```bash
python test.py
```

{% endtab %}

{% tab title="Python file" %}
{% code title="test.py" %}

```python
print("Hello world!")
```

{% endcode %}
{% endtab %}
{% endtabs %}
