banner

Los contenidos

Grupos 2026

filters:
  and:
    - parent == link("La travesía")
    - type == "grupo"
views:
  - type: table
    name: Table
 

Mi agenda

filters:
  and:
    - parent == link("La travesía")
    - type == "discipulado"
views:
  - type: table
    name: Table
    order:
      - file.name
      - grupo
      - contenido
      - date
    sort:
      - property: grupo
        direction: ASC
      - property: date
        direction: ASC