powered by

FTD

import

ftd code in one page/component gains access to the code in another page by the process of importing it. It takes input like this:

import: <module-name>

Suppose you are gonna use some properties like color: $ftd.default-colors .colors.main.border then you have to write the following piece of code at the top on that particular ftd page as well as FASTN.ftd page :

use of import

-- import: fastn

If you want to call a page/component to another page or you want to use some properties like images etc then you have to use the following piece of code on that particular ftd page:

use of import

-- import: fifthtry.github.io/footer/assets

FTD

import

ftd code in one page/component gains access to the code in another page by the process of importing it. It takes input like this:

import: <module-name>

Suppose you are gonna use some properties like color: $ftd.default-colors .colors.main.border then you have to write the following piece of code at the top on that particular ftd page as well as FASTN.ftd page :

use of import

-- import: fastn

If you want to call a page/component to another page or you want to use some properties like images etc then you have to use the following piece of code on that particular ftd page:

use of import

-- import: fifthtry.github.io/footer/assets