{#
/**
 * @file
 * Default theme implementation for a webform base container as text.
 *
 * Available variables:
 * - element: The form element.
 * - title: The label for the container.
 * - value: The content for the container.
 * - options Associative array of options for element.
 *   - email: Flag to determine if element is for an email.
 */
#}
{{ value }}
