# Standalone Output Title

`output-title` works on regular (non-mock) executable cells too.


``` python
from gdtest_mock_code import greet
greet("World")
```


Greeting Output


    'Hello, World!'


The output should appear inside a titled container labelled "Greeting Output".
