Hi,
I'm very new to Drupal and I’m experimenting theming in Drupal 8. I want to have a certain view on the frontpage as a block. The block has some kind of table with an image and a clickable title of a certain contenttype. Creating this is not really difficult, I already created this, but I want something like this:
The first row: title | image | title | image | title | image
but now the second row should be image | title | image | title | image | title
Sorry, but English is not my native language.
Therefore, some descriptions of functions cause me some confusion. Especially if they are "scattered" in different parts of the documentation, forums, questions ... And provide partial answers.
Although ... Maybe it's just a "problem" of translation?
I'm sure there's a very simple answer to this, but I need to determine the URL, URI, whatever, of the page that this template is currently executing on.
When I try to see what's in the Twig global variable "app" I get NULL. When I try to see what's in the variable "parent" I get NULL.