--- title: Reference Context namespaces: std: ./standard --- # Reference Context This document declares the namespaces used by reference examples. ## Local Overview Local sections can be addressed with `#local-overview`. This named region can be resolved with `#region:summary-snippet` or `#tag:summary`. ```python {#example-loader tags="code demo" tangle="src/example_loader.py"} def load_example(): return "ready" ``` ```mkt-include {#payment-example ref="std:clauses.md#payment-terms"} ```