{ lib , writeTextFile , jsonConfig ? { } , title ? "Landing Page" , destination ? "/index.html" , ... }: with lib; writeTextFile { name = "landingpage"; destination = destination; text = ''
${text}