{ pkgs, lib, stations }: let theStations = lib.mapAttrsToList (name: value: value // {name = name;}) stations; in pkgs.writeText "index.html" ''
${station.description}