Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1001 Bytes

File metadata and controls

35 lines (25 loc) · 1001 Bytes

gist

Displays a GitHub Gist.

AMP project reference

Source code

Argument Type Required Default value More information
gist_data_gistid string true
gist_height int true
gist_data_file string false

Example

{% set extensions_enabled = [
    {# ... #}

    'amp-gist',

    {# ... #}
] %}

{% include '@AMP/components/extensions/gist.html.twig' with {
    gist_data_gistid: 'a19e811dcd7df10c4da0931641538497',
    gist_height: 40,
    gist_data_file: 'hi.c'
} %}