{{/* Copyright © 2025 The Hinode Team / Mark Dumay. All rights reserved. Use of this source code is governed by The MIT License (MIT) that can be found in the LICENSE file. Visit gethinode.com/license for more details. */}} {{/* Initialize arguments */}} {{ $args := partial "utilities/InitArgs.html" (dict "bookshop" "faq" "args" .)}} {{ if or $args.err $args.warnmsg }} {{ partial (cond $args.err "utilities/LogErr.html" "utilities/LogWarn.html") (dict "partial" "component-library/components/faq/faq.hugo.html" "warnid" "warn-invalid-arguments" "msg" "Invalid arguments" "details" ($args.errmsg | append $args.warnmsg) "file" page.File )}} {{ end }} {{ if not $args.err }}