{ pkgs, ... } @ entryArgs: let inherit (pkgs) lib; inherit (lib.lists) map; inherit (lib.strings) concatStrings; in { template = "base"; file = "posts/index.html"; head = /*html*/''