I have no idea what to do with this pull request that I got from a coworker. It has variable setting and checks for null values that would absolutely be needed if you were writing #PHP code, but are completely superfluous when writing #Twig for #Drupal. If you access a null value, null happens.
Should we be encouraging formal programming practices in twig, or boil all of those lines of code down to just this?
{% set para_id = title|first['#object'].id() %}









