Handling Related Articles ========================= Listing a collection of Related Articles ---------------------------------------- Usage: .. code-block:: twig The above twig code, will render the list of related articles by given article in ``with`` parameters. The ``{{ relatedArticle.article }}`` object is an :doc:`article object `. Specifying ``article`` parameter is optional. By default the article from context will be loaded.