/projects/python_templating/
pythoncode_project
title: Number dictionaries
number_dictionaries:
    - language: Italian
      dictionary:
          one: uno
          two: due
    - language: German
      dictionary:
          one: eins
          two: zwei

color_dictionaries:
    - language: Italian
      dictionary:
          - color: red
            translation: rosso
          - color: green
            translation: verde
          - color: blue
            translation: blu
    - language: German
      dictionary:
          - color: yellow
            translation: Gelb
          - color: orange
            translation: Orange